[QUIZ] Test your understanding of SQL - Part 4
- Question 1: BETWEEN in SQL used to .?
- Specify a column as the primary key.
- Specify the tables to use.
- Specify a range to test.
-
- Question 2: What is the LIKE used with?
- WHERE clause
- GROUP BY clause
- JOIN clause
- ORDER BY clause
-
- Question 3: What is the ABS function in SQL used for?
- Returns the absolute value of the numeric expression.
- Returns the minimum value of the numeric expression.
- Returns the maximum value of a numeric expression.
- Returns the average of a numeric expression.
-
- Question 4: Where is not a keyword or clause in SQL?
INSERT- SELECT
- INVERT
- UPDATE
- Question 5: What is the right assertion when talking about AS in SQL?
- The AS clause is only used with the JOIN clause.
- The AS clause declares a search condition.
- The AS clause is used to change the name of a column in the result set or to assign a name to a derived column.
-
- Question 6: Can you use both SQL HAVING and WHERE clauses in the same SQL statement?
- May
- Can not
-
- Question 7: If no ASC or DESC is specified after the ORDER BY clause, which keyword is used by default?
- ASC
- DESC
- DOWN
- There is no default value.
-
- Question 8: What is Index in SQL?
- Is a database table attribute, which helps speed up the search of data in a table.
- Is a method to join 2 or more tables together.
- Function similar to Alias
-
- Question 9: Which element is behind the SELECT statement in SQL?
- The table name in the database will retrieve the records.
- List of selected columns or symbols *.
- JOIN clause.
-
- Question 9: What does TRANSACTION in SQL have attributes commonly abbreviated as ACID?
- Access. Consistency. Isolation. Data.
- Access. Constraint. Index. Data.
- Atomicity. Consistency. Isolation. Durability.
-
- Question 10: Which SQL statement selects all rows from the table named Contest, with ContestDate columns with values greater than or equal to March 25, 2019?
- SELECT * FROM Contest WHERE ContestDate> = '03 / 25/2019 '
- SELECT * FROM Contest WHERE ContestDate <'03 / 25/2019 '
- SELECT * FROM Contest HAVING ContestDate> = '03/25/2019'
-
- Question 12: What is the keyword that determines the sort of result set retrieved in the ORDER BY clause?
- HIGH and LOW
- ASC and DESC
- UP and DOWN
-
- Question 12: What does SQL mean?
- Structured Query Language
- Strong Query Language
- Standard Query Language
- Strict Query Language
-
- Question 14: Which of the following SQL statements is used to select data from 2 or more tables?
- WHERE
- JOIN
- HAVING
-
- Question 15: Which SQL statement selects all rows from the Products table and sorts the results by ProductID column?
- SELECT * FROM Products ORDERED BY ProductID
- SELECT * FROM Products ORDER BY ProductID
- SELECT * FROM Products WHERE ProductID> 200
- SELECT ProductID FROM Products
-
4 ★ | 2 Vote
You should read it
- [QUIZ] Test your understanding of SQL - Part 1
- [QUIZ] Test your understanding of SQL - Part 6
- [QUIZ] Test your understanding of SQL - Part 7
- [QUIZ] Check your understanding of SQL - Part 2
- Test about database security P8
- What do you know about NoSQL Database?
- eQuiz - Multiple choice test on SQL
- Test about database security P12
May be interested
- Multiple choice quiz about Python - Part 10following the previous test, part 10 returned with the python function. let's try with quantrimang to try the 10 questions below.
- eQuiz - Quiz on Core Java - Part 1in the quiz below, you will be able to challenge the most basic questions related to core java - one of the most popular programming languages today.
- Excel computer test - Part 3after the second part of the excel test, the network administrator will continue to send you the 3rd part of the quiz series on this topic. let's work together to test your knowledge.
- eQuiz - Multiple choice test on PHP Practice - part 1in the quiz below, we will introduce you to part 1 of the test series of basic knowledge about php practive with 15 questions.
- Test your level of understanding of Office 2010 - Part 1in the article below, the network administrator will send you to read interesting quiz questions about office so you can assess your level of understanding about this software.
- eQuiz - Multiple choice test on programming language C - part 1this is part 1 of a series of tests on knowledge of c programming language, in total there will be 15 questions with no time for answering each sentence.
- The test has a Word answer - Part 7below is part 7 of the word quiz series. hopefully, these quizzes will help you partially test your knowledge for a long time.
- Multiple choice quiz about Python - Part 7following the previous test set, part 7 continues with the topic built-in functions in python. let's try with quantrimang to try the 10 questions below.
- Multiple choice quiz about Python - Part 5if you are interested in learning about the python programming language, the following quiz of network administrator will provide useful knowledge for your learning.
- Testing computer science knowledge, doing little for fun (part 2)the series of computer science quiz questions covers many areas with a set of 4 answers and answers at the bottom of the page. after part 1, network administrator continues to introduce part 2.